home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global coolsunr, coolsung, coolsunb, iconfade
- showit(36, 38)
- set the blend of sprite 51 to 100
- repeat with iconfade = 47 to 50
- set the blend of sprite iconfade to 50
- end repeat
- repeat with iconfade = 52 to 54
- set the blend of sprite iconfade to 50
- end repeat
- set the memberNum of sprite 36 to 19
- sprite(40).color = rgb(coolsunr, coolsung, coolsunb)
- sprite(51).color = rgb(coolsunr, coolsung, coolsunb)
- if coolsung > 0 then
- set the locH of sprite 38 to 100 - (coolsung / 2.54999999999999982) + 439
- else
- if coolsunr > 0 then
- set the locH of sprite 38 to (coolsunr / 2.54999999999999982) + 539
- else
- set the locH of sprite 38 to 539
- end if
- end if
- end
-